projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4df32
)
Delete `z' in special-mode-map.
author
Richard Stallman
<rms@gnu.org>
Thu, 30 Aug 2012 17:09:11 +0000
(13:09 -0400)
committer
Richard Stallman
<rms@gnu.org>
Thu, 30 Aug 2012 17:09:11 +0000
(13:09 -0400)
lisp/ChangeLog
patch
|
blob
|
history
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 89c54504622defeea9c15d55f9739709de7a8921..ed8a46a4544157619cb5ae54143333f20f15a12a 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-08-30 Richard Stallman <rms@gnu.org>
+
+ * simple.el (special-mode-map): Delete binding for `z'.
+
2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
* progmodes/compile.el (compilation-always-kill): Doc fix.
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 7673e4c5d6e32b42c12e5ebeb823f4b421456d7e..51eb572dc5c6a4efe539588ee6bde57db44c9c72 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-365,7
+365,6
@@
Other major modes are defined by comparison with this one."
(define-key map ">" 'end-of-buffer)
(define-key map "<" 'beginning-of-buffer)
(define-key map "g" 'revert-buffer)
- (define-key map "z" 'kill-this-buffer)
map))
(put 'special-mode 'mode-class 'special)